projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8fe29be
)
(Fwith_output_to_temp_buffer): Doc fix.
author
Eli Zaretskii
<eliz@gnu.org>
Mon, 21 Jun 2004 19:51:27 +0000
(19:51 +0000)
committer
Eli Zaretskii
<eliz@gnu.org>
Mon, 21 Jun 2004 19:51:27 +0000
(19:51 +0000)
src/print.c
patch
|
blob
|
history
diff --git
a/src/print.c
b/src/print.c
index a91276d409a434659a24eef799b58007a80f4771..0abd30b5ce0048d37b3c3b567067b68437400d22 100644
(file)
--- a/
src/print.c
+++ b/
src/print.c
@@
-658,7
+658,7
@@
If variable `temp-buffer-show-function' is non-nil, call it at the end
to get the buffer displayed instead of just displaying the non-selected
buffer and calling the hook. It gets one argument, the buffer to display.
-usage: (with-output-to-temp-buffer BUF
F
NAME BODY ...) */)
+usage: (with-output-to-temp-buffer BUFNAME BODY ...) */)
(args)
Lisp_Object args;
{